home *** CD-ROM | disk | FTP | other *** search
- This drawer contains a few sample Final Copy II ARexx macros which
- may help you get started using Final Copy's ARexx capabilities.
- Feel free to modify them to suit your needs. In order to use these
- macros you must have ARexx installed and running on your system.
- To execute a macro select the ARexx/Other menu item in Final Copy
- and choose a macro from the macro requester.
-
- CopyObject - Creates a copy of a selected graphic object,
- Box, Oval, or Line.
-
- ShadowBox - Creates a shadow for a selected graphic object
- Box, Oval, or ILBM.
-
- ToBold
- ToBoldItalic
- ToItalic
- ToNormal - These macros will detect what the font is at the
- insertion point and then change the font to it's
- Bold, BoldItalic, Italic, or normal equivalent.
- Note that these macros are set up to only work for
- fonts that are named as X, X_Bold, X_BoldItalic,
- and X_Italic, where X is the base name of the font
- such as SoftSans, H, A, etc.
-
- FontLoader - This macro will be useful for those of you who
- want to pre-load your favorite fonts into the font
- menu. You can modify this macro to load in the
- fonts that you require. However, please note that
- each font that is loaded will take up additional
- memory, so don't get too carried away with adding
- a zillion fonts. If the font that you wish to load
- is not in the FCFonts/SWOLFonts drawer, then you
- will need to specify the complete pathname of the
- font.
-
- DeleteToEndOfLine - This macro will delete text from the insertion
- point to the end of the current line.
-
-